home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-04 | 525 b | 15 lines | [TEXT/ToyS] |
- --- PageSentry Notification Applet
- --- SendPage Alphanumeric Pager (for use with "Notify!™")
-
- on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
-
- set PageCommand to "Page \"" & extra & "\" " & sentryName & "-" & Status & " " & failedURL
-
- --- To use Notify running on another machine, use:
- --- tell application "Notify!™ Server" of machine "PageServer" of zone "PageServerZone"
-
- tell application "Notify!™ Server"
- DoScript PageCommand
- end tell
-
- end «event SENTfail»